The following info items are found on the Network page of the CygNet Service Information dialog box.
| Info Item | Nice Name | Description | SVCMON UDC | Point Type |
|---|---|---|---|---|
|
SRVNET_ACT_MSGS |
Act Msgs |
The number of active messages. Note: This info item is displayed on both the Network page and the Service Generic page. |
SVMAMSG |
AI |
|
SRVNET_CFG_MAX_ACT |
Max Allowed Active Msgs |
The number of message handling threads. Arbitrarily bounds the number of active messages. |
- |
AI |
|
SRVNET_CLIENTS_REGED |
Active Clients Count |
The number of active clients. This is a count of the number of clients that have issued a message to the service within the past hour. Note: This info item is displayed on both the Network page and the Service Generic page. |
SVMACLI |
AI |
|
SRVNET_IP_FRAG_IN |
IP fragments in |
The number of IP fragments in. This statistic applies to the machine. Note: This info item reports information for both IPv4 and IPv6. |
SVMIPFRGI |
AI |
|
SRVNET_IP_REASM_FAIL |
IP reassembled pkts fail |
The number of fragmented IP packets that failed to reassemble correctly. Corresponds to “IP\Fragment Re-assembly Failures” Performance Monitor counter. This statistic applies to the machine. Note: This info item reports information for both IPv4 and IPv6. |
SVMIPRSMF |
AI |
|
SRVNET_IP_REASM_OK |
IP reassembled pkts ok |
The number of fragmented IP packets that reassembled correctly. Corresponds to the raw value of “IP\Fragmented Datagrams/sec” Performance Monitor counter. This statistic applies to the machine. Note: This info item reports information for both IPv4 and IPv6. |
SVMIPRSMO |
AI |
|
SRVNET_MSGS_IN |
Msgs In |
The number of messages received from clients. Most useful in conjunction with a rate. Note: This info item is displayed on both the Network page and the Service Generic page. |
SVMMSGIN |
AI |
|
SRVNET_MSGS_OUT |
Msgs Out |
The number of messages received that were replied to. Does not include messages initiated by the service. Note: This info item is displayed on both the Network page and the Service Generic page. |
SVMMSGOUT |
AI |
|
SRVNET_PNDMSG_Q_OVFW |
RUDP pend msg Q overflow |
The number of messages that have been lost, but acknowledged. |
- |
AI |
|
SRVNET_RECV_ACK |
RUDP ACK packets in |
The number of RUDP ACK packets in. |
SVMRRACK |
AI |
|
SRVNET_RECV_CANCEL |
RUDP cancel packets in |
The number of canceled RUDP packets received. In a steady-state system, services should not be receiving many Cancel Packets. |
SVMRRCAN |
AI |
|
SRVNET_RECV_CRC_FAIL |
RUDP packets CRC fail in |
The number of RUDP packets that were corrupted in transit to the service. |
SVMRFALCRC |
AI |
|
SRVNET_RECV_DATA |
RUDP data packets in |
The number of RUDP data packets received. |
SVMRRDATA |
AI |
|
SRVNET_RECV_MAX_DEQS |
SRVNET_RECV_MAX_DEQS |
The number of times the maximum number of completion packets is returned by the Queued Completion Status request. Used to determine if the maximum number of completion packets is reached. |
SVMRCVQDEQ |
AI |
|
SRVNET_RECV_NACK |
RUDP NACK packets in |
The number of RUDP packets of type NACK received. In a steady-state system, services should not be receiving many NACK packets. |
SVMRRNACK |
AI |
|
SRVNET_RECV_NON_RUDP |
Non-RUDP packets in |
The number of non-RUDP packets received that passed the CygNet CRC check. |
SVMNRUDP |
AI |
|
SRVNET_RECV_PROBE |
RUDP probe packets in |
The number of probe RUDP packets received. In a steady-state system, services should not be receiving many PROBE packets. |
SVMRRPRB |
AI |
|
SRVNET_RECV_Q_COUNT |
RUDP receive Q count |
The number of messages currently pending being processed. Limited to 1000 entries. |
- |
AI |
|
SRVNET_RECV_Q_OVERFW |
RUDP receive Q overflow |
The number of messages from a client received completely, but were unable to queue for processing. The client will eventually probe to see if the server received the data, and at that point the server will try to accept the message again. |
SVMRCVQOVR |
AI |
|
SRVNET_SEND_ACK |
RUDP ACK packets out |
The number of RUDP packets of type ACK sent back to a client. |
SVMRSACK |
AI |
|
SRVNET_SEND_CANCEL |
RUDP cancel packets out |
The number of RUDP packets of type cancel sent back to a client. |
SVMRSCAN |
AI |
|
SRVNET_SEND_DATA |
RUDP data packets out |
The number of RUDP data packets out. |
SVMRSDATA |
AI |
|
SRVNET_SEND_NACK |
RUDP NACK packets out |
The number of RUDP NACK packets out. |
SVMRSNACK |
AI |
|
SRVNET_SEND_NON_RUDP |
Non-RUDP packets out |
The number of non-RUDP packets sent that include the CygNet CRC. |
SVMNSUDP |
AI |
|
SRVNET_SEND_PROBE |
RUDP probe packets out |
The number of RUDP probe packets out. |
SVMRSPRB |
AI |
|
SRVNET_SEND_Q_OVERFW |
RUDP send Q overflow |
- |
AI |
|
|
SRVNET_STATS_MACTMSG |
Max Active Messages |
Maximum number of active messages. Requires STATISTICS logging to be enabled. Value will be reset to 0 after number of seconds specified by SVMSTATSTO or one hour by default. |
SVMMAXAMSG |
AI |
|
SRVNET_STATS_MMSGRSP |
Max Msg Response Time |
Maximum time in milliseconds the service took to process a message. Does not include time it took to send to the client. Requires STATISTICS logging to be enabled. Enable logging through LogMaskInfo, SvcDiags, or CxScript. |
SVMMAXMSGT |
AI |
|
SRVNET_STATS_MSVCRSP |
Max Serving Time |
Maximum time in milliseconds the service took to process a message and store the response for sending back to the client. Requires STATISTICS logging to be enabled. Enable logging through LogMaskInfo, SvcDiags, or CxScript. |
SVMMAXSRVT |
AI |
|
SRVNET_STATS_SCTORST |
Seconds Until Stat Reset |
The number of seconds remaining until the statistics accessible through keywords that start with SRVNET_STATS_ will be reset to 0. |
- |
AI |
|
SRVNET_STATS_TMSGS |
Total Messages |
The total number of messages. Requires STATISTICS logging to be enabled. Value will be reset to 0 after number of seconds specified by SVMSTATSTO or one hour by default. |
SVMTOTMSGS |
AI |
|
SRVNET_STATS_TMSGTM |
Total Msg Response Time |
The total time spent handling messages and also sending replies in milliseconds. Requires STATISTICS logging to be enabled. Value will be reset to 0 after number of seconds specified by SVMSTATSTO or one hour by default. |
SVMTOTMSGT |
AI |
|
SRVNET_STATS_TSRVTM |
Total Serving Time |
The total time spent handling messages in milliseconds. Requires STATISTICS logging to be enabled. Value will be reset to 0 after number of seconds specified by SVMSTATSTO or one hour by default. |
SVMTOTSRVT |
AI |
|
SRVNET_UDP_DROPPED |
UDP Packets Dropped |
The number of dropped datagrams due to a receive buffer limit on any datagram socket. If UDP datagrams or multicast datagrams arrive more rapidly than the receiving application can process them, or if the application has not specified sufficient receive socket buffering, this statistic records the number of datagrams that are dropped. Corresponds to the Microsoft Winsock BSP "Dropped Datagrams" Performance Monitor statistics. Note: This info item is only available on Windows Server 2012 R2 and later. |
SVMUDPDROP |
AI |
|
SRVNET_UDP_ERRORS |
UDP Packets In Errors |
The number of UDP packets received by the machine that could not be forwarded to the required process. Corresponds to the “UDP\Datagrams Received errors” Performance Monitor statistic. Note: This info item reports information for both IPv4 and IPv6. |
SVMUDPERR |
AI |
|
SRVNET_UDP_IN |
UDP Packets In |
The number of UDP packets received by the machine and forwarded to the required process. Corresponds to the raw value of the “UDP\Datagrams Received/sec” Performance Monitor statistic. Note: This info item reports information for both IPv4 and IPv6. |
SVMUDPIN |
AI |
|
SRVNET_UDP_NOPORT |
UDP Packets In No Listen |
The number of UDP packets received by the machine destined to a port that no process was bound to. Corresponds to the raw value of the “UDP\Datagrams No Port/sec” Performance Monitor statistic. Note: This info item reports information for both IPv4 and IPv6. |
- |
AI |
|
SRVNET_UDP_OUT |
UDP Packets Out |
The number of UDP packets sent out by the machine. Corresponds to the raw value of the “UDP\Datagrams Sent/sec” Performance Monitor statistic. Note: This info item reports information for both IPv4 and IPv6. |
SVMUDPOUT |
AI |
|
SRVNET_UDP_TOT |
UDP Packets In/Out |
The summation of SRVNET_UDP_OUT and SRVNET_UDP_IN. Note: This info item reports information for both IPv4 and IPv6. |
SVMUDPTOT |
AI |